| 
 | 
 | 
 | 
| DataObjectFiles.Item Property | 
Returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).
Syntax
| VB.NET | Item = object.Item(ByVal ItemIndex As Integer) As String | ||
| VB | Item = object.Item(ByVal ItemIndex As Long) As String | ||
| C#.NET | string Item = object[int ItemIndex]; | ||
| VC++ | 
_bstr_t Item = object->Item[long ItemIndex];
 | ||
| C | HRESULT object->get_Item(long ItemIndex, BSTR* Item); | ||
| Delphi | Item := object.Item[ItemIndex : Integer] : WideString; | ||
object
A DataObjectFiles object.
ItemIndex
The one-based position of the file name to be retrieved.
Item
Returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).
Comments
The Item property returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).
See Also DataObjectFiles Object | Object Hierarchy